this is an example of the routine that skins your window based on a bitmap.

The example uses Iczelions tutor 25, so you can easily find what was changed to make this possible.

- add a Get the window rectangle data, add call to makeRegion, apply the region to your window with SetWindowRgn
- the window also needs to be of style WS_POPUP and therefore needs it's height and width be set (preferably to that of the bitmap you provide).

ALT+F4 or dbl-click (left) to quit the window for now. It can be dragged by it's picure.

